home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / cli / bcopy.lha / BCopy.readme < prev    next >
Encoding:
Text File  |  1999-06-25  |  1.5 KB  |  55 lines

  1. ByteCopy v1.0 by Deniil 715!
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Made in 1999-06-24
  5.  
  6. Intro
  7. ~~~~~
  8. This is a copy command which is used when copying big
  9. files from a disk with maxtransfer errors and not are
  10. able to set the maxtransfer to a functional value.
  11.  
  12. This program reads on byte (buffered) at a time from
  13. the source and then writes chunks of 32kB to the
  14. destination (unbuffered).
  15. Maxtransfer errors often occours as distorted files,
  16. and often only on files bigger than 128kB.
  17.  
  18. I use it for some PC-drives that I use at my work to
  19. transfer files from the PC (with fast internet) to
  20. my Amiga at home..
  21.  
  22. NOTE: This program is not very fast because it only
  23.       reads one byte at a time, but it seems to be the
  24.       only way to get around the maxtransfer errors!
  25.  
  26.  
  27. Usage
  28. ~~~~~
  29. TEMPLATE
  30.          BCopy <sourcefile1> [sourcefile2 ....] <destinationdirectory>
  31.  
  32. INPUTS
  33.          sourcefile1   - Atleast one sourcefile is needed (ofcourse)
  34.          sourcefile2.. - You can provide up to 99 sourcefiles
  35.          destinationdirectory - the directory where the files
  36.                                 should to be copied to.
  37.  
  38. ERRORS
  39.          If an error occours while opening a file it will be
  40.          printed to stdout.
  41.          If an error occours while reading or writing the
  42.          current copy will be stopped and the files left as
  43.          is which might be half copied.
  44.  
  45.  
  46. Author
  47. ~~~~~~
  48. You can reach me at: deniil@algonet.se
  49.  
  50. You can also browse in on OnyxSoft homepage at:
  51.  www.alfaskop.net/~onyxsoft/
  52.  
  53. or my homepage at:
  54.  www.algonet.se/~deniil/
  55.